type crypto/tls.constantTimeHash

3 uses

	crypto/tls (current package)
		cipher_suites.go#L559: type constantTimeHash interface {
		cipher_suites.go#L567: 	h constantTimeHash
		cipher_suites.go#L579: 		return &cthWrapper{h().(constantTimeHash)}